From: IOhannes m zmölnig Date: Thu, 9 Nov 2017 11:11:10 +0000 (+0100) Subject: Patch to avoid checking for updates X-Git-Tag: archive/raspbian/5.4.5_ds0-1+rpi1~1^2~152 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=3b548f0a698b17a329067c3cd7e20984e480d9ad;p=juce.git Patch to avoid checking for updates --- diff --git a/debian/patches/debian_no-update-check.patch b/debian/patches/debian_no-update-check.patch new file mode 100644 index 00000000..47acf6bb --- /dev/null +++ b/debian/patches/debian_no-update-check.patch @@ -0,0 +1,10 @@ +--- juce.orig/extras/Projucer/Source/Application/jucer_AutoUpdater.cpp ++++ juce/extras/Projucer/Source/Application/jucer_AutoUpdater.cpp +@@ -611,6 +611,7 @@ + + void LatestVersionChecker::checkForNewVersion() + { ++ return; // on Debian we don't check for updates + hasAttemptedToReadWebsite = true; + + { diff --git a/debian/patches/series b/debian/patches/series index e859e56c..0c18f413 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ reproducible-date.patch debian_fixed-defines.patch debian_gpl_variant.patch +debian_no-update-check.patch